chore: [native_datafusion] replace #3311 references with specific issues in 3.5.8 diff#3761
Open
andygrove wants to merge 1 commit intoapache:mainfrom
Open
chore: [native_datafusion] replace #3311 references with specific issues in 3.5.8 diff#3761andygrove wants to merge 1 commit intoapache:mainfrom
andygrove wants to merge 1 commit intoapache:mainfrom
Conversation
… diff - caseSensitive → apache#3760 (case-insensitive duplicate field detection) - SPARK-34212 decimals, schema mismatch error message, SPARK-45604 timestamp_ntz → apache#3720 (schema mismatch no error thrown)
andygrove
commented
Mar 22, 2026
| withTable("t") { | ||
| diff --git a/sql/core/src/test/scala/org/apache/spark/sql/SparkSessionExtensionSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/SparkSessionExtensionSuite.scala | ||
| index 8b4ac474f87..3f79f20822f 100644 | ||
| --- a/sql/core/src/test/scala/org/apache/spark/sql/SparkSessionExtensionSuite.scala |
Member
Author
There was a problem hiding this comment.
the old diff did not list all files in correct alphabetical order. This just moved a section.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
Part of #3321
Partial close of #3311 — replaces all references to #3311 in the 3.5.8 Spark SQL test diff with more specific issues.
Rationale for this change
Issue #3311 is a broad tracking issue covering multiple distinct problems. Replacing references with specific issues makes it easier to track and resolve individual problems, and will allow #3311 to be closed.
What changes are included in this PR?
Updates the 3.5.8 diff to replace
IgnoreCometNativeDataFusionreferences from #3311 to:FileBasedDataSourceSuite) → native_datafusion: case-insensitive mode doesn't detect duplicate/ambiguous Parquet fields #3760 (case-insensitive duplicate field detection)ParquetQuerySuite) → native_datafusion: no error thrown for schema mismatch when reading Parquet with incompatible types #3720 (schema mismatch no error)ParquetSchemaSuite) → native_datafusion: no error thrown for schema mismatch when reading Parquet with incompatible types #3720ParquetSchemaSuite) → native_datafusion: no error thrown for schema mismatch when reading Parquet with incompatible types #3720How are these changes tested?
Diff applies cleanly to Spark v3.5.8. CI will validate via the Spark SQL test workflow.